From: Miroslav Lichvar Date: Tue, 2 Sep 2025 06:14:47 +0000 (+0200) Subject: chrony: update to 4.8 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=26812701e41c8c5a9c9a63c574ed54cca8481367;p=feed%2Fpackages.git chrony: update to 4.8 Update chrony to 4.8 and configure chronyc to drop root privileges by default. Release notes: https://chrony-project.org/news.html#_27_aug_2025_chrony_4_8_released Signed-off-by: Miroslav Lichvar --- diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 6e7d9ea3c2..d491a97283 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=chrony -PKG_VERSION:=4.7 +PKG_VERSION:=4.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://chrony-project.org/releases/ -PKG_HASH:=c0de41a8c051e5d32b101b5f7014b98ca978b18e592f30ce6840b6d4602d947b +PKG_HASH:=33ea8eb2a4daeaa506e8fcafd5d6d89027ed6f2f0609645c6f149b560d301706 PKG_MAINTAINER:=Miroslav Lichvar PKG_LICENSE:=GPL-2.0 @@ -82,6 +82,7 @@ CONFIGURE_ARGS+= \ --disable-readline \ --disable-rtc \ $(if $(findstring normal,$(BUILD_VARIANT)),--disable-sechash) \ + --with-chronyc-user=chrony \ --with-user=chrony CONFIGURE_VARS+=CPPFLAGS=-DNDEBUG